Name | Description | |
---|---|---|
C1ProxyDataCollection<T> Constructor | Overloaded. |
The following tables list the members exposed by C1ProxyDataCollection<T>.
Name | Description | |
---|---|---|
C1ProxyDataCollection<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Connection | The connection to the hub. | |
ConnectionState | Gets the state of the connection to the source. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
Count | Gets the number of elements in the collection. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
ETag | Gets a token used to resolve conflicts between different sources updating the same data. | |
FilterExpression | Gets the filter expression applied to the data. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
HasMoreItems | ||
IsDisposed | Gets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
IsLoading | Gets whether the collection is getting the data. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
IsVirtualizing | (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
Item | Gets the element at the specified index in the read-only list. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
Mode | Gets or sets the way the items will be loaded (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
PageSize | Gets or sets the number of items that will be fetch per page. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
SortDescriptions | Gets the sort descriptions applied to the data. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
Name | Description | |
---|---|---|
InternalList | Gets or sets the list that hold the items to be returned in the public api. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
Name | Description | |
---|---|---|
CanFilter | Overridden. Returns whether the collection is able to filter the specified filterExpression. | |
CanInsert | Overridden. | |
CanMove | Overridden. | |
CanRefresh | Determines whether the collection can be refreshed. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
CanRemove | Overridden. | |
CanReplace | Overridden. | |
CanSort | Overridden. Returns whether the collection is able to sort the specified sortDescriptions. | |
ConnectAsync | Connects the collection to the source. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
DisconnectAsync | Invokes the finalization of the collection. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
Dispose | Overloaded. Called to dispose resources. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
DisposeAsync | ||
FilterAsync | Filters the data using specified filterExpression. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
GetItemType | Gets the type of the item. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
GetLoadedItems | Overloaded. Returns the items that has be loaded so far. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
IndexOf | Gets the index of the specified item. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
InsertAsync | (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
LoadAsync | Loads all the items between the specified range. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
LoadMoreItemsAsync | ||
MoveAsync | (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
RefreshAsync | Removes the cached data and loads the whole collection from scratch. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
RemoveAsync | (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
ReplaceAsync | (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
SortAsync | Overloaded. Sorts the collection according to the specified sort descriptions. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
Name | Description | |
---|---|---|
ConnectAsyncOverride | Overridden. When overridden, this method is used to initialize the collection. | |
DisconnectAsyncOverride | Overridden. When overridden, this method is used to finalize the collection. | |
GetPageAsync | Overridden. When overridden in an inherited class it returns the items in the page as well as a token to the next page. | |
InsertAsyncOverride | Overridden. This method is called when an item is inserted in the collection. | |
MoveAsyncOverride | Overridden. This method is called when an item is moved in the collection. | |
OnCollectionChanged | Raises the CollectionChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
OnFilterChanged | Called after the filter changed. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
OnPropertyChanged | Raises the PropertyChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
OnSortChanged | Called after the sort changed. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
RemoveAsyncOverride | Overridden. This method is called when an item is removed from the collection. | |
ReplaceAsyncOverride | Overridden. This method is called when an item is replaced in the collection. | |
ResetCache | Resets the internal cache. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
Name | Description | |
---|---|---|
CollectionChanged | Occurs after the collection changed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
FilterChanged | Raised after a filter operation was performed. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) | |
PropertyChanged | Occurs when a property value changes. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
SortChanged | Raised after a sort operation was performed. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |